Package-level declarations
Contains helper UI & Logic components such as the apps Top Bar and Navigation Drawer
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun AppModalDrawer(drawerState: DrawerState, currentRoute: Any, navigationActions: Navigation, coroutineScope: CoroutineScope = rememberCoroutineScope(), content: @Composable () -> Unit)
Composable that displays a modal drawer for navigation.
Link copied to clipboard
Composable function for the top app bar on the chatbot screen.
Link copied to clipboard
Composable function for the top app bar on the chat list screen.
Link copied to clipboard
Link copied to clipboard
Creates a custom shape for the navigation drawer.
Link copied to clipboard
Composable function that displays the top app bar for the home screen.
Link copied to clipboard
Link copied to clipboard